home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / main.dir / 00099.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  421 b   |  20 lines

  1. on exitFrame
  2.   SetStoryFrames("Bingo2", "BingoEnd")
  3.   SetBookMarker("Bingo2")
  4.   SetBook(23)
  5.   SetPointer(24)
  6.   sound fadeOut 4, 60
  7.   if the machineType <> 256 then
  8.     set the volume of sound 2 to 50
  9.   else
  10.     set the volume of sound 2 to 150
  11.   end if
  12.   if the machineType <> 256 then
  13.     set the volume of sound 3 to 200
  14.   else
  15.     set the volume of sound 3 to 255
  16.   end if
  17.   CheckBingoMusic()
  18.   CheckStoryToggle()
  19. end
  20.